Consider the computation of
(free-vars (make-app (make-lam 'x (make-app 'x (make-lam 'y (make-app 'x (make-app 'y 'z))))) (make-lam 'y (make-app 'u (make-lam 'z (make-app 'x (make-app 'y 'z)))))))
Which of the following will appear as calls to free-vars-in-subexp during this computation?
Last modified: Sat Oct 11 15:43:44 Eastern Daylight Time 2014